Update NEWS for version 1.3.1
authorPeter Colberg <peter@colberg.org>
Sun, 1 Nov 2015 00:51:36 +0000 (20:51 -0400)
committerPeter Colberg <peter@colberg.org>
Sun, 1 Nov 2015 00:51:36 +0000 (20:51 -0400)
NEWS.md

diff --git a/NEWS.md b/NEWS.md
index 0a57eb721375582c0ffe6aceeeaff9bcb26ab7e4..f6779d6e57309fd60cb521cf7762dd040ca91c63 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,17 @@
 # utf8proc release history #
 
+## Version 1.3.1 ##
+
+2015-11-02:
+
+- Do not export symbol for internal function `unsafe_encode_char()` ([#55]).
+
+- Install relative symbolic links for shared libraries ([#58]).
+
+- Enable and fix compiler warnings ([#55], [#58]).
+
+- Add missing files to `make clean` ([#58]).
+
 ## Version 1.3 ##
 
 2015-07-06:
@@ -218,3 +230,5 @@ Release of version 1.0.1
 [#45]: https://github.com/JuliaLang/utf8proc/issues/45
 [#47]: https://github.com/JuliaLang/utf8proc/issues/47
 [#51]: https://github.com/JuliaLang/utf8proc/issues/51
+[#55]: https://github.com/JuliaLang/utf8proc/issues/55
+[#58]: https://github.com/JuliaLang/utf8proc/issues/58